home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #16 (199x)(Amiga Amateur Radio User Group UK)(PD)(Disk 1 of 2)[G4DCV].zip / AARUG UK #16 (199x)(Amiga Amateur Radio User Group UK)(PD)(Disk 1 of 2)[G4DCV].adf / s / startup-sequence < prev    next >
Text File  |  1991-02-12  |  820b  |  26 lines

  1. Addbuffers df0: 10
  2. c:SetPatch >NIL: ;patch system functions
  3. cd c:
  4. echo "A500/A2000 U.K. Workbench disk.  Release 1.3 version 34.20*N"
  5. Sys:System/FastMemFirst ; move C00000 memory to last in list
  6. BindDrivers
  7. SetClock load ;load system time from real time clock (A1000 owners should
  8.               ;replace the SetClock load with Date
  9. FF >NIL: -0 ;speed up Text
  10. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  11. resident c:Execute pure
  12. mount newcon:
  13. ;
  14. failat 11
  15. run execute s:StartupII ;This lets resident be used for rest of script
  16. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  17. ;
  18. SYS:System/SetMap gb ;Activate the ()/* on keypad
  19. cd df1:
  20. runback MachII
  21. cd df0:
  22.  
  23. path ram: c: sys:system s: add ;set path for Workbench
  24. LoadWB delay  ;wait for inhibit to end before continuing
  25. endcli >NIL:
  26.